home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 026-050 / scopedisk40 / m2du371 / whatsnew < prev    next >
Text File  |  1995-03-18  |  5KB  |  109 lines

  1.   M2Du 3.71 - By Greg Browne - CIS [72250,106]
  2.   ~~~~~~~~~
  3. DirUtil in Modula-2 - 50-1000 files CLI or WB.
  4. Last modified by author  11-16-88
  5.  
  6. DISCLAIMER: I deny everything! I only wrote this for me!
  7.             If it doesn't work for you, don't use it!
  8.  
  9. -------3.71
  10. Changed COPYALL and COPYif.  NEITHER CREATES EMPTY DIRECTORIES.
  11. COPYALL will create them if you start it with RMB.
  12.  (Got rid of the "fake" copyall stuff).
  13.  
  14. COPYif does not create a directory UNLESS it must copy one of the files
  15. in the source directory.  (Prevents making empty trees on update copying).
  16.  
  17. Added "S"cript and "P"ure bits to the Sho/SetPROT functions.
  18. NOTE: THESE FUNCTIONS SHOW OR CHANGE BITS, NOT Status of permission.
  19. "A" - cleared whenever file is written to, so if NOT set, file is changed.
  20. "P" - set to show "P"ure re-entrant file.
  21. "S" - set to show "S"cript file.
  22. "RWED" - set to deny permission - clear to allow permission.
  23.  
  24. -------3.70
  25. Added <DIR> to filewindow (for colorblind people). Also Dir's show date
  26. when in DATES mode.
  27.  
  28. Gave NORMAL/FAST(dir) its own real gadget. Shrank others to make room. There
  29. are now 76 gadgets, and about 40 of them do at least two different things.
  30.  
  31. MAKEDIR now creates whole paths.  IF you MAKEDIR "df0:my/dir/too" and
  32. NONE of it exists, it will make the whole path for you, if it can.
  33.  
  34. New Hidden GADGET (thanks Fred Kuhn for the idea). Use the RIGHT mouse on
  35. top of the PRT:PAR:SER: gadget to dump a sorted (or unsorted if that is
  36. selected) directory listing to whatever device or file is showing there. If
  37. you use #Ofile to change the SER: name to "dump" it can be dumped into
  38. a file named "dump".  The dump will include BOTH the size and date.
  39.  
  40. RIGHT mouse on the "R" window will return you to R-History-Item-0.
  41.  
  42. RIGHT mouse on the slider duplicates the f->D&S button, putting the first
  43. highlighted dir onto both "S" & "D" and getting "S" (If it is a file, it
  44. is appended to "D", but not "S".
  45.  
  46. ALSO Devices with less than 4 characters  (i.e. c: or l:) will now go
  47. properly in command sourcing.  Before, they made a mess.  So you can do
  48. #8c: or #4m2: as a device replacement.
  49.  
  50. -------3.69
  51. New hidden gadget.  If 'D' is hit with RIGHT Mouse it will toggle a
  52. flag for RAW or SORTED directories. The flag takes effect immediately.
  53. For simplicity, going TO RAW causes a re-read of the directory.
  54.  
  55. Also changed title bar for more info
  56.    nnnn/mmmm  00:00  R-00  [cccccc/cccccc] [fffffff/fffffff]  tttttttt
  57.    ---------  -----  ----  -------------------------------------------
  58.      files    24 hr  'R'      CHIPmem          FASTmem        TOTALmem
  59.    curr/max    time  hist   [avail/lgst]     [avail/lgst]       Avail
  60.                      item
  61.  
  62. Also set up so Iconified window (if active) can be unshrunk by RIGHT mouse
  63. anywhere on screen. (Hanging gadget still works, too)
  64.  
  65. Fixed PRINT/HPRINT to cause FF ONLY when RightMouseButton used.
  66.  
  67. -------3.68
  68. Changed View mousebutton usage for movement.
  69. LEFT mouse  = move continuous (top ½ = toward top / bottom ½ = toward bottom)
  70. RIGHT mouse = move ONE LINE PER CLICK (same ½'s)
  71.  
  72. Fixed "B" command in Du.hist to work after startup or from .hist file
  73. It ONLY worked from command tail , in case you hadn't noticed.
  74.  
  75. RMB used in an unrecognized place, brings up the Version/Author/Date info.
  76.  
  77. -------3.67
  78. Rearranged gadgets a little (sorry) for new ones...
  79.  
  80. ArcTAG = tag if Archive bit set LEFT mouse=files  RIGHT mouse=dirs
  81. WinTAG = tag if in window range LEFT mouse=files  RIGHT mouse=dirs
  82.  
  83. D+f->D = ADD highlighted file (or dir) to 'D' with / if needed
  84. f->S/D = do D+f->D and then GetDir if it is a Directory.
  85.  
  86. Added RIGHT Mouse to COPYALL - Copies structure but not content.
  87.   i.e. All files are created 0 bytes long.  I use this to save a structure,
  88.        like the old program DCAT did.  (REMOVED 3.71)
  89.  
  90. -------3.66  not released
  91.  
  92. -------3.65
  93. Fixed a couple of things that didn't work as advertised. Now accepts
  94. blank lines in Du.hist & supresses sys requesters during copy again.
  95. The APPARENT slow load was due to reading Du.Hist BEFORE opening the
  96. window. Now it just reads it after again, so it will seem faster.
  97. Added ability to read a single setup command from "R" gadget by entering
  98. it (with # and all) in the "R" gadget and clicking RIGHT mouse on "R".
  99.  
  100. -------3.64
  101. Added Commands to Du.hist and ability to read history file from within DU.
  102. Sample Du.hist file shows what and how. Increased "R" to 20 items.
  103. Now DU.hist file can specify EDitor name, SHOWname,initial directory,
  104. run command and others (see the sample).
  105.  
  106. ALSO, ShowIFF will use internal routine ALWAYS when started with RIGHT mouse.
  107.  
  108. -------3.63 and older - find old file
  109.